﻿.detalhes {
  min-height: 100vh;
  max-width: 1440px;
  background-color: #fff;
  color: #666666;
}
.detalhes .banner {
  margin-bottom: 3rem;
}
.detalhes [aria-hidden=true] {
  display: none;
}
.detalhes dd + dt {
  margin-top: 0;
}
.detalhes dt {
  margin-bottom: 0;
}
.detalhes .expand-list {
  border-right: 1px solid #e28d25;
}
.detalhes .expand-list dd:not(:last-of-type) {
  padding: 1rem 1.5rem 2rem 1.5rem;
  background-color: #eaeaea;
  line-height: 1.3;
}
.detalhes .expand-btn {
  padding: 0.5rem 1rem;
  width: 100%;
  text-align: left;
  background-color: #fff;
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 0.8rem;
  display: flex;
  align-items: center;
  border: 0;
}
.detalhes .expand-btn .btn-icon {
  max-width: 1rem;
  margin-right: 0.6rem;
}
.detalhes [aria-expanded=true].expand-btn {
  color: #e28d25;
  background-image: url("/images/icon-arrow-dark.svg");
  border-bottom: 3px solid #e28d25;
}
.detalhes [aria-expanded=true].expand-btn .icon-active {
  display: none;
}
.detalhes [aria-expanded=false].expand-btn {
  color: #666666;
  background-image: url("/images/icon-arrow-light.svg");
}
.detalhes [aria-expanded=false].expand-btn .icon-inactive {
  display: none;
}
.detalhes .expand-description section {
  padding: 1rem;
}
.detalhes .formElements .flex {
  display: flex;
}
.detalhes .formElements .flex-v {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.detalhes .formElements .flex-h-v-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.detalhes .formElements .flex-v-end {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {

    .detalhes .formElements .flex-v-end {
        display: block;
        align-items: flex-end;
    }

    .detalhes .formElements .h-spacer > * + * {
        margin-left: 0 !important;
        margin-top: 1rem !important;
        width: 100%;
    }

    .detalhes .formElements .flex {
        display: flex;
        flex-wrap: wrap;
    }

    .eventSynopsis{
        padding-top: 25px;
        margin-bottom: 0px !important;
    }

    .detalhes .formElements button.mainBtn {
        width: 100% !important;
        margin-top: 1rem;
    }

    .detalhes .formElements .btn-back, .detalhes .formElements .btn-forward, .detalhes .formElements .btn-inverted, .detalhes .formElements .btn-confirm {
        width: 100%;
        
    }

    .detalhes .formElements .flex-h-between {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}


/*.detalhes .formElements .flex-v-end > * {
  max-width: 50%;
}*/
.detalhes .formElements .flex-h-between {
  display: flex;
  justify-content: space-between;
}
.detalhes .formElements .flex-h-center {
  justify-self: center;
}
.detalhes .formElements .h-spacer > * + * {
  margin-left: 1rem;
}
.detalhes .formElements .v-spacer > * + * {
  margin-top: 1.1rem;
}
.detalhes .formElements .mt-0 {
  margin-top: 0;
}
.detalhes .formElements .mt-sm {
  margin-top: 1rem;
}
.detalhes .formElements .mt-md {
  margin-top: 2rem;
}
.detalhes .formElements .mt-lg {
  margin-top: 4rem;
}
.detalhes .formElements .ml-auto {
  margin-left: auto;
}
.detalhes .formElements input, .detalhes .formElements select, .detalhes .formElements button, .detalhes .formElements textarea {
  min-height: 38px;
  min-width: 38px;
  background-color: #eaeaea;
  border: 0;
  border-radius: 5px;
  font-size: 1.1em;
  color: #666666;
  padding: 8px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

    .detalhes .formElements select {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABmJLR0QA/wD/AP+gvaeTAAAAo0lEQVRIie3STaqBYRTA8Z+ukis7sgwTQzuxAckejFEGUiZiG5JV3G69YeBVb74/jtnzrzN7Or9OPaRSqcgGyLAPmizfedE2EDnN5hrUxC4Q2eU7r9YLhLq3EPjBMACZoHwPgl+sPkCWqD5CTtUwfwNZoP4sUrxs9gIyfeWS8yoYP4GM8rcfVULnDtJ3/ERhtfBXAP7RjgSKNbDOp/EtJJWK6QBceqOraqxeeAAAAABJRU5ErkJggg==') !important;
        background-position: calc(100% - 15px) 50%;
        background-repeat: no-repeat;
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        display: inline-block;
        cursor: pointer;
        background-size: 10px;
        vertical-align: center;
        padding-top: 12px;
    }

.detalhes .formElements button.mainBtn {
    color: #ffffff !important;
    background-color: #2c4e5b;
    border: 1px solid #2c4e5b;
}

.detalhes .formElements button.mainBtn:hover {
    background-color: #e28d25;
    border: 1px solid #e28d25;
}

    .detalhes .formElements input:focus,
    .detalhes .formElements select:focus, .detalhes .formElements textarea:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    }


    .detalhes .formElements input .icon, .detalhes .formElements select .icon, .detalhes .formElements button .icon, .detalhes .formElements textarea .icon {
        width: 1.3rem;
        margin-right: 10px;
    }
.detalhes .formElements input, .detalhes .formElements select, .detalhes .formElements textarea {
  font-size: 1.1rem;
}
    .detalhes .formElements input[disabled], .detalhes .formElements select[disabled], .detalhes .formElements textarea[disabled] {
        opacity: 0.5;
        cursor: not-allowed;
    }
    .detalhes .formElements .normal-textarea-input {
        min-height: unset;
        line-height: unset;
        font-size: 1.1rem;
    }
.detalhes .formElements textarea {
  min-height: 100px;
  line-height: 1.3;
  font-size: 1.4rem;
}
.detalhes .formElements label {
  margin-bottom: 0;
}

.container-checkboxs-cursos {
    margin-bottom: 5px !important;
}

.detalhes .formElements #confirmacao [readonly] {
  padding: 0;
  background-color: #fff;
  font-weight: bold;
  color: #283c47;
}
.detalhes .formElements #confirmacao label {
  color: #666666;
  margin-bottom: 0;
  min-height: auto;
}
.detalhes .formElements .btn-back {
  color: #fff;
  background-color: #666666;
}
.detalhes .formElements .btn-forward {
  color: #fff;
  background-color: #283c47;
}
.detalhes .formElements .btn-white {
  color: #000;
  background-color: #fff;
  border: 1px solid #666666;
}
.detalhes .formElements .btn-light, .detalhes .formElements .btn-confirm {
  color: #fff;
  background-color: #e28d25;
}
.detalhes .formElements .btn-xl {
  width: 100%;
}
.detalhes .formElements .aside-box {
  padding-left: 2rem;
  border-left: 1px solid #e28d25;
}
.detalhes .formElements .aside-box.aside-box-confirmacao {
  padding: 0;
  border: 0;
  font-size: 1.8rem;
}
.detalhes .formElements .aside-box.aside-box-confirmacao .participante-inscricao {
  border-radius: 0;
  padding: 10px;
}
.detalhes .formElements .aside-box.aside-box-confirmacao div:first-of-type {
  flex-direction: row;
  width: 100%;
}
.detalhes .formElements .aside-box.aside-box-confirmacao div:first-of-type > span + span {
  margin-left: 1rem;
}
.detalhes .formElements .aside-box.aside-box-confirmacao div:last-of-type {
  display: none;
}
.detalhes .formElements .lista-participantes {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
}
.detalhes .formElements .lista-participantes.lista-confirmacao {
    font-size: 1.2rem;
}
.detalhes .formElements .lista-participantes li {
  border-radius: 5px;
  flex-grow: 1;
}
.detalhes .formElements .lista-participantes > li + li {
  margin-top: 8px;
}
.detalhes .formElements .participante-inscricao {
  background-color: #eaeaea;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detalhes .formElements .participante-inscricao div:first-of-type {
  display: flex;
  flex-direction: column;
  width: 52%;
}
.detalhes .formElements .participante-inscricao div span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px 0;
  line-height: 1;
}
.detalhes .formElements .participante-inscricao button {
  width: 39px;
  font-size: 1.8rem;
}
.detalhes .formElements .participante-inscricao button:first-of-type {
  margin: 0 10px;
}
.detalhes .formElements .btn-lista-participantes {
  background-color: #fff;
  color: #666666;
  padding: 0;
}
.detalhes .formElements .btn-lista-participantes:not([disabled]):hover {
  color: #e28d25;
}
.detalhes .formElements .title {
  color: #e28d25;
  font-size: 1.2rem;
  font-weight: bold;
}
.detalhes .formElements .btn-back, .detalhes .formElements .btn-forward, .detalhes .formElements .btn-inverted, .detalhes .formElements .btn-confirm {
  min-width: 13rem;
}
.detalhes .formElements .btn-inverted {
  min-width: 13rem;
  background-color: #fff;
  border: 2px solid #666666;
}
.detalhes .formElements .required-alert,
.detalhes .formElements .required-standout {
  animation: blink 0.5s 2;
}
.detalhes .formElements .required-label {
  position: relative;
}
.detalhes .formElements .required-symbol {
    color: red;
    font-size: 1.1rem;
    padding-left: 2px;
}
.detalhes .formElements .required-disclaimer {
    font-size: 0.8rem;
    font-weight: bolder;
    margin-top: -18px;
}
.detalhes .formElements .disabled-fields-disclaimer {
    font-size: 0.8rem;
}
    .detalhes .formElements .disabled-fields-disclaimer .academia-div-line-separator {
        margin: 10px;
    }
@keyframes blink {
  0% {
    background-color: #eaeaea;
  }
  50% {
    background-color: #e28d25;
  }
  100% {
    background-color: #eaeaea;
  }
}
.detalhes .formElements .required-text {
  padding: 10px;
  padding-left: 0;
}
.detalhes #botao-atualizar {
  display: none;
}
.detalhes #conclusao .icon {
  max-width: 100px;
  margin-right: 2rem;
}
.detalhes #conclusao p {
  /*font-size: 1.3rem;*/
  line-height: 1.2;
}

/*# sourceMappingURL=inscricoes.css.map */

.detalhes .formElements div .cp1,
.detalhes .formElements div .cp2 {
    max-width: 10%;
    min-width: 85px;
}

.detalhes .formElements div .cc-id .cp1 {
    min-width: 100px
}

.detalhes .formElements div .cc-id .cp2 {
    min-width: 65px
}

.detalhes .formElements div .cp2 {
    margin: 0 2rem 0 1rem;
}
.detalhes .formElements div .cp3 {
    flex-grow: 1;
}